home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Internet / EasyPHP / easyphp1-8_setup.exe / {app} / php / go-pear.bat < prev    next >
Encoding:
DOS Batch File  |  2005-02-15  |  89 b   |  5 lines

  1. @ECHO OFF
  2. set PHP_BIN=php.exe
  3. %PHP_BIN% -d output_buffering=0 PEAR\go-pear.php
  4. pause
  5.